home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0009.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  2.7 KB  |  63 lines

  1. In article <1994Jan31.150049.57981@kuhub.cc.ukans.edu> jeff@falcon.cc.ukans.edu (Jeff Bangert) writes:
  2. >Subject: Re: Problem w/ Wintalk from elf.com -- help needed
  3. >From: jeff@falcon.cc.ukans.edu (Jeff Bangert)
  4. >Date: 31 Jan 94 15:00:48 CST
  5.  
  6. >Tom Grelinger (tgrel@kuhub.cc.ukans.edu) wrote:
  7. >: In article <1994Jan31.070259.57951@kuhub.cc.ukans.edu> jeff@kuhub.cc.ukans.edu (Jeff Bangert) writes:
  8.  
  9. >[lines deleted]
  10.  
  11. >: What happens when you load it?  Does it even load?  My wintalk loads, and if I 
  12. >: click on the minimized icon, it is missing about 80% of the menu (I see the 
  13. >: extreme far left of the menu).  It then quits out giving me a division by zero 
  14. >: or some system error.
  15.  
  16. Wintalk gives me a GPF and then hoses my machine.  I've tried both Trumpet 
  17. Winsock and Microsoft Winsockets 1.1.  I have over a dozen other winsock apps 
  18. that run fine.  How about version 2?
  19. <><GREG><>
  20. From rcq@tri-flow.ftp.com Tue Feb  1 09:09:52 1994
  21. Received: from babyoil.ftp.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.06) with SMTP
  22.           id AA26895; Tue, 1 Feb 1994 14:09:59 -0500
  23. Received: from tri-flow.ftp.com by babyoil.ftp.com with SMTP
  24.     id AA16018; Tue, 1 Feb 94 14:10:06 -0500
  25. Received: from rcq.aeolus.ftp.com by tri-flow.ftp.com.ftp.com (5.0/SMI-SVR4)
  26.     id AA25557; Tue, 1 Feb 94 14:09:52 EST
  27. Date: Tue, 1 Feb 94 14:09:52 EST
  28. Message-Id: <9402011909.AA25557@tri-flow.ftp.com.ftp.com>
  29. To: teh@latcs1.lat.oz.au
  30. Subject: Re: Royalty issues with distributing winsock.dll
  31. From: rcq@tri-flow.ftp.com  (Bob Quinn)
  32. Reply-To: rcq@ftp.com
  33. Cc: Multiple recipients of list <winsock@sunsite.unc.edu>
  34. Sender: rcq@tri-flow.ftp.com
  35. Repository: tri-flow.ftp.com
  36. Originating-Client: aeolus.ftp.com
  37. Content-Length: 1048
  38.  
  39. >          This question has came up before in this newsgroup, regarding
  40. >  distributing winsock.dll with client application. We are currently
  41.  
  42. This is unnecessary, and dangerous.
  43.  
  44. The original idea behind Windows Sockets was to create one pro-
  45. gramming interface, with a standard binary interface to *free*
  46. applications from the bonds of proprietary API's.  Any WinSock
  47. application should run over any WinSock DLL.  This is the ideal,
  48. and we're all there now. You can still find some incompatibilities,
  49. but they are very few and far between (and continue to dissapear).
  50.  
  51. The danger in trying to ship a WinSock DLL with applications is
  52. related to the fact that although the API/ABI is standard for all
  53. vendors' Windows Sockets DLLs, they talk to their proprietary
  54. protocol stack interface.  Hence, if someone tries to use one
  55. vendor's WinSock DLL over another vendors TCP/IP stack, it will
  56. not work.
  57.  
  58. Regards,
  59. --
  60.  Bob Quinn                                             rcq@ftp.com
  61.  FTP Software, Inc.                                No. Andover, MA
  62.  
  63.